home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / bison.zip / README.TOO < prev   
Text File  |  1989-02-03  |  465b  |  13 lines

  1. The patched bison can still be compiled on UNIX without changes.
  2. If you want to compile bison on a PC or compatibles, make the
  3. following additional changes.
  4.  
  5.     sed "g/bison.simple/s//simple.bsn" < bison.simple > simple.bsn
  6.     mv bison.hairy hairy.bsn
  7.  
  8. If you do not already have "getopt" in your library, use the one
  9. inlcuded in this archive instead of the one come with bison
  10. because that one does not compile on PC using large model.
  11.  
  12. --Conrad (1/28/89)
  13.